home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00503_Script_EAGLER PAYOFF < prev    next >
Text File  |  1995-05-21  |  590b  |  27 lines

  1. on mouseDown
  2.   put "GoTo" into f
  3.   put "GoToHL" into fHL
  4.   puppetSound "button.aif"
  5.   hiliter 23, f, fHL
  6. end 
  7.  
  8.  
  9.  
  10. on mouseUp
  11.   global gTheDay, theMovieName, payoffStart, payoffEnd,¼
  12.  whichPayOff, whichBuyer, gBusted, alley
  13.   
  14.   set the castNum of sprite 23 = cast "GoTo"
  15.   puppetsprite 48, false
  16.   turnOffDaycons
  17.   WhatDayIsIt
  18.   put "EaglerPayOff" into whichPayOff
  19.   put "YouDied" into gBusted
  20.   put "EaglerBuyers" into whichBuyer
  21.   put "P01N19A.MOV" into theMovieName
  22.   set payoffStart = 1044
  23.   set payoffEnd = 1240
  24.   set alley = "c"
  25.   updatestage
  26.   richOrPoor
  27. end